lantiq: old gptu timer driver: use platform_get_irq to get irqs
authorMartin Schiller <ms@dev.tdt.de>
Thu, 11 Apr 2024 10:22:37 +0000 (12:22 +0200)
committerMartin Schiller <ms@dev.tdt.de>
Wed, 15 May 2024 06:54:58 +0000 (08:54 +0200)
commit83fccc42df36071e99627745b2321b2eda0087e0
treeae43df9f05c48a28e73b3a09e4a04cfed1e06dc7
parentdb4bb1967989328825564201d74396d1f5fa3c26
lantiq: old gptu timer driver: use platform_get_irq to get irqs

This is required for linux-6.1 compatibility.

IRQs are not automatically mapped from HW to virtual IRQ numbers when
the IRQ domain is registered. This happens when the IRQ number is read
from the device tree based on the IRQ domain from the device tree now.
In kernel 5.15 it was done when the IRQ domain was registered.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
target/linux/lantiq/patches-5.15/0008-MIPS-lantiq-backport-old-timer-code.patch
target/linux/lantiq/patches-6.1/0008-MIPS-lantiq-backport-old-timer-code.patch